A_sprites = [{name:"Manfred",model:"s_man1",x:7,y:13,walkspeed:-1,dir:"w",elem:"DARK",conv:"c_manfred"},{name:"Soldier",model:"s_soldier",x:6,y:1,walkspeed:5,dir:"s",elem:"AIR",conv:[["mad","THIS REMINDS ME OF MY HAT."]]},{name:"Son",model:"s_man2",x:7,y:10,walkspeed:-2,dir:"n",elem:"AIR",conv:[["blah","I hate it when my mum drags me out of my dark, lonely room to see things like this! She says it\'ll be \'interesting\' but it never is!"]]},{name:"Mother",model:"s_woman2",x:8,y:10,walkspeed:-2,dir:"n",elem:"EARTH",conv:[["susp","[[Mother]]This is what you\'ll turn out lookin\' like when you grow up if you don\'t eat more food, son."],["shok","[[Son]]But muuuum! I\'m 35!"]]},{name:"Boy",model:"s_boy",x:2,y:7,walkspeed:-1,dir:"e",elem:"EARTH",conv:[["grin","[[Boy]]Ooh! Ooh! Daddy! Daddy! Can IIII get one of these when I grow up?!"],["smile","[[Man]]No, son! All you can get is a beard, and a good ol\' fashioned beating!"],["sad","[[Boy]]Awww..."]]},{name:"Man",model:"s_common",x:2,y:8,walkspeed:-2,dir:"e",elem:"EARTH",conv:[["grin","My son is such an idiot! Hohoho!"]]},{name:"Young Woman",model:"s_woman",x:10,y:5,walkspeed:100,dir:RDir(),elem:"AIR",conv:[["blah","I travelled all the way from Canonia to see this, AND paid a whole solid gold piece to that shifty guy, but it\'s annoyingly disappointing! I mean, sure, it fell from the heavens, but... so what? How can we USE it? How will ogling it help me in later life? Psht."]]},{name:"WALK_TRIGGER",model:"_trigger",x:6,y:13,ExecuteScript:function()
{
if(_root.conv._visible)
{
return undefined;
}
_root.cont.Manfred.brain.doOnTalk("w");
_root.cont.PC.model.gotoAndStop("e1");
}}];
}
A_sprites.push({name:"Into The Saucer",model:"DOOR_SAUCER",x:6,y:6,lock:"rust",dest:["saucer",2,5]});